ContentsIndexHome
PreviousUpNext
IDataView.setValuesCMO Method (params int[])

Sets the values for the complete domain of the data, by passing all the values as a dense array in column major order. Applies to integer, double and (if the range is a subset of Integers) element valued data.

C#
void setValuesCMO(params int[] values);
Parameters 
Description 
params int[] values 
The new values of the data, supplied in column major ordering.